home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 14 / insta202.zip / README < prev    next >
Text File  |  1988-06-14  |  6KB  |  147 lines

  1. ==========================================================================
  2. First, a BIG thank you to all of our registered users for their comments
  3. (and registrations) which have help us to make InstaCalc PC Magazine's 
  4. Editor's Choice among low cost spreadsheets (February 16, 1988).  We
  5. appreciate your support and confidence in our products.
  6. ==========================================================================
  7.  
  8. If you have questions, you can now ask them via EPLEX on CompuServe.  Send
  9. your questions to ID 73250,3163.
  10.  
  11.  
  12. The on-disk documentation has been compressed to fit on the disk.  To print
  13. out this documentation, use the program named PRINTDOC.COM
  14.  
  15.  
  16. InstaCalc V2 uses a different file structure than version 1.  Your old
  17. version 1 files must be converted over to the new format using the program
  18. CONVERT.COM.
  19.  
  20.  
  21. InstaCalc uses an overlay structure.  This means that the InstaCalc program
  22. actually consists of 3 different files; INSTA.COM, INSTA.000, and INSTA.001.
  23.  
  24. INSTA.COM is the main part of the program.  INSTA.000 and INSTA.001 are
  25. overlay files which contain various features and functions of InstaCalc. 
  26. When InstaCalc needs to access one of these features or functions, it reads
  27. the code for that feature in from INSTA.000 or INSTA.001.  The advantage of
  28. using an overlay structure is that the program uses up less memory, thereby
  29. freeing up more RAM to put your spreadsheets in.
  30.  
  31. If you place the overlay files (INSTA.000 and INSTA.001) on a hard disk or
  32. in a RAM disk in extended memory, you should not notice any significant
  33. delay when these features are accessed.  If the overlay files are on a
  34. floppy disk, you may notice a small delay when accessing these features.  If
  35. you have a floppy based system and cannot tolerate the short delays, (or if
  36. you want to free up both disk drives) you may place the overlay files in a
  37. RAM disk.
  38.  
  39. InstaCalc needs to know where you place the overlay files.  By default,
  40. InstaCalc assumes that the overlay files are in the directory where you
  41. start up InstaCalc.  If you place the overlay files in a RAM disk or in a
  42. directory other than where you start the program, then you must run the
  43. setup program to create a configuration file which tells InstaCalc where you
  44. put the overlays.
  45.  
  46. The setup program can also be used to tell InstaCalc where you placed the
  47. help file. It will also let you customize the screen colors which InstaCalc
  48. uses.
  49.  
  50.  
  51.  
  52. RANGE NAMES
  53. You can now give a name to a cell or range of cells.  This name can then be
  54. used anywhere that a cell or range reference can be used.
  55.  
  56. SPREADSHEET LINKING
  57. You can now link multiple spreadsheets together.
  58.  
  59. LOTUS RELEASE 2 IMPORTING
  60. You can now import both versions of Lotus 1-2-3 files (WKS and WK1).
  61.  
  62. IMPORTING AND EXPORTING FILES FROM OTHER SOFTWARE PACKAGES
  63.   (INCLUDING EXPORTING 1-2-3 FILES)
  64.  
  65. You can now import from:
  66.   - DIF files
  67.   - dBase II files
  68.   - dBase III files
  69.  
  70. You can now export to:
  71.   - Lotus 1-2-3 files (R1 and R2)
  72.   - DIF files
  73.   - dBase II files
  74.   - dBase III files
  75.  
  76. TEXT FUNCTIONS
  77. You can now use text strings in formulas (at least the ones that are capable
  78. of providing useful information from text).  Several existing @functions now
  79. support text arguments, and several new text functions have been added.
  80.  
  81. OTHER NEW FUNCTIONS
  82. @ISNUM(x) returns TRUE if x is a number.
  83. @ISTEXT(x) returns TRUE if x is text.
  84. @ERROR returns error as its value.
  85. @INDEX("range name",ColOffset,RowOffset) returns the value of the cell in
  86. "range name" which is RowOffset rows and ColOffset columns from the first
  87. cell in "range name".  The top row of the range has a RowOffset of 0 and the
  88. left column of the range has a ColOffset of 0.
  89.  
  90.  
  91. TITLE LOCKING
  92. You can lock (hold) title rows and columns on the screen.
  93.  
  94.  
  95. NEW CELL FORMATS (AND COMMA OPTION)
  96. There are 2 new ways to display numerical values on the screen:
  97.   Hidden and General
  98.  
  99. NOTE: The General format is now the default format.
  100.  
  101. The currency, fixed, and percent formats now allow you to specify commas to
  102. be used to make large numbers more readable.
  103.  
  104.  
  105. SORTING A RANGE
  106. You can now sort a range of cells by row or column.
  107.  
  108.  
  109. GRAPHICS (EXPORTABLE)
  110. InstaCalc now allows you to create simple bar graphs from the data in your
  111. spreadsheet.  Once the graph has been drawn on the screen you can press the 
  112. [F8]EXPORT key to export the graph to the application program you popped 
  113. InstaCalc up from.
  114.  
  115.  
  116. ENHANCED DIRECTORY LISTING CAPABILITY
  117. The directory listing command /File Files now asks for a file mask.
  118. The /File Files command now also lists any subdirectories which match the
  119. mask you provide.  Directories will be highlighted on the display.
  120.  
  121.  
  122. SUPPLYING A FILE NAME ON THE COMMAND LINE
  123. If you want to start up with a particular file, you may now supply the file
  124. name on the command line and that file will be loaded when the program comes
  125. up.
  126.  
  127.  
  128.  
  129. FULL PATH SUPPORT WHEN LOADING/SAVING FILES
  130. You may now Load or Save files from another directory without having to
  131. change directories with the /File Directory command.  Simply type in the
  132. full path name when you are asked for a file name.
  133.  
  134.  
  135. INSERT/OVERWRITE MODE REMAINS CONSTANT
  136. When you select insert mode, it will now remain in effect until you change
  137. it (it doesn't go back to overwrite mode as soon as you finish editing).
  138.  
  139.  
  140. AUTOCALC ITERATION COUNT
  141. You can set a recalculation interation count so that InstaCalc will make
  142. more than one pass through the spreadsheet on each recalculation.
  143.  
  144.  
  145.  
  146. 
  147.